home *** CD-ROM | disk | FTP | other *** search
/ The Games Machine 131 / XENIATGM131.iso / Goodies / I-WAR 2 Egde of Chaos - New SDK / IW2-EOC_Pog_Scripting_SDK.exe / include / iBotPak.h < prev    next >
Text File  |  2002-01-14  |  916b  |  33 lines

  1. //
  2. // (c) 1998-9 Particle Systems Ltd. All Rights Reserved
  3. //
  4. // iBotPak.h
  5. //
  6. // Compiler-generated export header for package "iBotPak"
  7. //
  8. // Revision control information:
  9. //
  10. // $Header: /iwar2/resource/scripts/include/iBotPak.h 2     9/01/01 12:27 Carl $
  11. //
  12.  
  13. // Dependencies ////////////////////////////////////////////////////////////////
  14.  
  15. // Enumerated types ////////////////////////////////////////////////////////////
  16.  
  17. // Functions ///////////////////////////////////////////////////////////////////
  18.  
  19. enum eGameType {
  20.  
  21.     GT_DeathMatch,
  22.     GT_CaptureTheFlag,
  23.     GT_BombTag
  24. };
  25.  
  26.  
  27. prototype hobject iBotPak.CreateBotShips( string ini, int number_of_ships, float skill_level, hfaction faction, hship request_ship, string team_name );
  28.  
  29. prototype iBotPak.AssignGameType( hobject bots, eGameType game_type );
  30.  
  31. // EOF /////////////////////////////////////////////////////////////////////////
  32.  
  33.